<xs:simpleType name="WhoMadeType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>Who made the item.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="None" />
<xs:enumeration value="i_did" />
<xs:enumeration value="collective" />
<xs:enumeration value="someone_else" />
</xs:restriction>
</xs:simpleType>
|